﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
}
.clear {
  clear: both;
}
div.header div.nav-mid {
  position: relative;
}
div.header div.nav-mid div.phone-num {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 25px;
}
div.header div.nav-mid div.phone-num a {
  text-decoration: none;
}
div.header div.nav-mid div.phone-num a span {
  padding-top: 8px;
  color: #28b9dd;
}
div.header div.nav-mid div.phone-num a img {
  vertical-align: middle;
}
div.main {
  margin: 0 auto ;
  width: 1190px;
  font-size: 14px;
}
div.main div.section1 {
  width: 1190px;
  height: 500px;
  margin-bottom: 14px;
  box-sizing: border-box;
  float:left;
}
div.main div.section1 div.left {
  float: left;
}
div.main div.section1 div.left ul.menu {
  position: relative;
  width: 230px;
  height: 500px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
div.main div.section1 div.left ul.menu li {
  box-sizing: border-box;
  max-height: 71px;
  font-size: 11pt;
  list-style-type: none;
  text-align: left;
  padding-left: 8px;
  background: #f8f8f8 url("../imgs/right_arrow.jpg") no-repeat right center;
  z-index: 3;
  padding-bottom: 6px;
  border-bottom: 1px dashed #e0e0e0;
}
div.main div.section1 div.left ul.menu li:last-child:hover {
  border-bottom: 0;
}
div.main div.section1 div.left ul.menu li:last-child:hover span {
  height: 70px;
}
div.main div.section1 div.left ul.menu li > a:not(:first-child) {
  max-width: 60px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right:5px;
  padding-right:5px;
}
div.main div.section1 div.left ul.menu li a {
  text-decoration: none;
  color: #959595;
  font-size: 12px;
  margin: 8px 0;
}
div.main div.section1 div.left ul.menu li a.a-rx {
 
  border-right: 1px solid #959595;
}
div.main div.section1 div.left ul.menu li a:hover {
  text-decoration: underline;
  color: #e4393c;
  font-weight: bold;
}
div.main div.section1 div.left ul.menu li a.title {
  text-decoration: none;
}
div.main div.section1 div.left ul.menu li a.title:hover div {
  color: #333333;
}
div.main div.section1 div.left ul.menu li a.title div {
  padding-top: 14px;
  padding-bottom: 6px;
  font-size: 16px;
  color: #333333;
}
div.main div.section1 div.left ul.menu .lihover {
  border: 1px solid #ddd;
  border-right: 0;
  box-shadow: 0 0 8px #ddd;
  background-image: none;
  background-color: #ffffff;
}
div.main div.section1 div.left ul.menu .lihover twoMenu {
  display: block;
}
div.main div.section1 div.left ul.menu .lihover span {
  display: inline-block;
  position: absolute;
  right: -12px;
  width: 30px;
  height: 68px;
  margin-top: -41px;
  background-color: #ffffff;
  z-index: 220;
}
div.main div.section1 div.left ul.menu twoMenu {
  display: none;
  position: absolute;
  width: 712px;
  height: 499px;
  margin: -1px 0 0 -1px;
  top: 0;
  overflow: hidden;
  left: 230px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 4;
  background: white;
  box-shadow: 0 0 8px #DDD;
  -moz-box-shadow: 0 0 8px #DDD;
  -webkit-box-shadow: 0 0 8px #DDD;
}
div.main div.section1 div.left ul.menu twoMenu left {
  float: left;
  padding: 10px 20px;
}
div.main div.section1 div.left ul.menu twoMenu left dl.title {
  border-bottom: 1px solid #EEE;
}
div.main div.section1 div.left ul.menu twoMenu left dl.title div {
  padding-left: 12px;
  color: #28b9dd;
}
div.main div.section1 div.left ul.menu twoMenu left dl {
  padding: 6px 0;
}
div.main div.section1 div.left ul.menu twoMenu left dl dd {
  overflow: auto;
}
div.main div.section1 div.left ul.menu twoMenu left dl dd a {
  display: block;
  float: left;
  border-right: 1px solid #CCC;
  color: #737373;
  font-size: 9pt;
  padding: 0 12px;
  line-height: 14px;
  margin: 9px 0;
}
div.main div.section1 div.mid {
  /*div.up {
        float: left;
        width: 700px;
        height: 300px;
        margin: 10px;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        &:hover {
          div.prev {
            display: block;
          }
          div.next {
            display: block;
          }
        }
        figure {
          display: flex;
          position: absolute;
          left: -700px;
          img {
            flex: 1;
          }
        }
        div.prev {
          display: none;
          position: absolute;
          z-index: 2;
          width: 33px;
          line-height: 57px;
          margin-top: 116.5px;
          text-align: center;
          box-sizing: border-box;
          background: rgba(0, 0, 0, 0.3);
          font-size: 30px;
          font-weight: 900;
          text-shadow: 1px 1px 10px black;
          color: white;
          cursor: default;
          box-shadow: 2px 2px 10px grey;
          opacity: .5;
          &:hover {
            opacity: 1;
            transform: scale(1.3);
          }
        }
        div.next {
          display: none;
          position: absolute;
          z-index: 2;
          width: 33px;
          line-height: 57px;
          margin-top: 116.5px;
          margin-left: 667px;
          text-align: center;
          box-sizing: border-box;
          background: rgba(0, 0, 0, 0.3);
          font-size: 30px;
          font-weight: 900;
          text-shadow: 1px 1px 10px black;
          color: white;
          cursor: default;
          box-shadow: 2px 2px 10px grey;
          opacity: .5;
          &:hover {
            opacity: 1;
            transform: scale(1.3);
          }
        }
      }*/
  /*div.down {
        float: left;
        width: 700px;
        height: 300px;
        margin: 10px;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        &:hover {
          div.prev {
            display: block;
          }
          div.next {
            display: block;
          }
        }
        figure {
          display: flex;
          position: absolute;
          left: -700px;
          div.left-1 {
            width: 700px;
            display: flex;
            div.pic {
              flex: 1;
              text-align: center;
              div.p1 {
                a {
                  text-decoration: none;
                }
              }
              div.p2 {
                a {
                  display: inline-block;
                  color: rgba(228, 25, 47, 1);
                  text-decoration: none;
                  padding: 8px 4px;
                }
              }
            }
          }
        }
        div.prev {
          display: none;
          position: absolute;
          z-index: 2;
          width: 33px;
          line-height: 57px;
          margin-top: 55px;
          text-align: center;
          box-sizing: border-box;
          background: rgba(0, 0, 0, 0.3);
          font-size: 30px;
          font-weight: 900;
          text-shadow: 1px 1px 10px black;
          color: white;
          cursor: default;
          box-shadow: 2px 2px 10px grey;
          opacity: .5;
          &:hover {
            opacity: 1;
            transform: scale(1.3);
          }
        }
        div.next {
          display: none;
          position: absolute;
          z-index: 2;
          width: 33px;
          line-height: 57px;
          margin-top: 55px;
          margin-left: 667px;
          text-align: center;
          box-sizing: border-box;
          background: rgba(0, 0, 0, 0.3);
          font-size: 30px;
          font-weight: 900;
          text-shadow: 1px 1px 10px black;
          color: white;
          cursor: default;
          box-shadow: 2px 2px 10px grey;
          opacity: .5;
          &:hover {
            opacity: 1;
            transform: scale(1.3);
          }
        }
      }*/
}
div.main div.section1 div.mid div.pic {
  float: left;
  text-align: center;
}
div.main div.section1 div.mid div.pic div.p1 a {
  text-decoration: none;
}
div.main div.section1 div.mid div.pic div.p2 a {
  display: inline-block;
  color: #e4192f;
  text-decoration: none;
  padding: 8px 4px;
}
div.main div.section1 div.right {
  float: right;
  width: 200px;
  height: 500px;
  margin-top: -142px;
}
div.main div.section1 div.right div.r1 {
  width: 200px;
  height:400px;
  background-color: #f6f6f6;
  margin-bottom: 10px;
  
  text-align: left;
  margin-left:10px;
  position: relative;
  /*登录成功时的样式 class*/
}
    div.main div.section1 div.right div.r1 a.colo_r {
    display:inline-block;
    height:30px;
    background-color:deepskyblue;
    color:black;
    }

    div.main div.section1 div.right div.r1 a {
text-decoration:none;

    }
div.main div.section1 div.right div.r1.login-success span.s2 {
  font-size: 12px;
  background-color: #fb6c6c !important;
}
div.main div.section1 div.right div.r1 img {
  margin-top: 10px;
  border-radius: 50%;
}
div.main div.section1 div.right div.r1 div.state {
  line-height: 28px;
}
div.main div.section1 div.right div.r1 div.state span.s1 {
  vertical-align: middle;
  display: inline-block;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
div.main div.section1 div.right div.r1 div.state span.s2 {
  font-size: 12px;
  background-color: #929292;
  color: white;
  padding: 0 6px;
}
div.main div.section1 div.right div.r1 div.r1-btn {
  width: 100%;
  line-height: 38px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
div.main div.section1 div.right div.r1 div.r1-btn div.b1 {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fb6c6c;
  color: white;
}
div.main div.section1 div.right div.r1 div.r1-btn div.b2 {
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #28b9dd;
  color: white;
}
div.main div.section1 div.right div.r2 {
    margin-top:10px;
  width: 240px;
  height: 100px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  overflow: hidden;
}
div.main div.section1 div.right div.r2 div.title {
  line-height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}
div.main div.section1 div.right div.r2 div.title span.left {
  float: left;
  padding-left: 13px;
  font-size: 14px;
  color: #333333;
}
div.main div.section1 div.right div.r2 div.title span.time {
  float: right;
  padding-right: 13px;
  font-size: 14px;
  color: #666666;
}
div.main div.section1 div.right div.r2 li {
  text-overflow: ellipsis;
  overflow: hidden;
  /*white-space: nowrap;*/
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  padding: 1px 15px;
  line-height: 23px;
}
div.main div.section1 div.right div.r2 ul li { 
  list-style: none;
  box-sizing: border-box;
  padding: 1px 15px;
 
}
div.main div.section1 div.right div.r2 li a {
  text-decoration: none;
  font-size: 12px;
  color: #666666;
}
div.main div.section1 div.right div.r2 li a:hover {
  color: #fd4441;
}
div.main div.banner2 {
  width: 1190px;
  height: 121px;
 
  margin-bottom: 14px;
  float:left;
}
div.main div.banner2 a img {
  
  width: 1190px;
  height: 121px;
}
div.main div.section2 {
  width: 1190px;
  margin-bottom: 14px;
  box-sizing: border-box;
  float:left;
}
div.main div.section2 div.content {
  margin-bottom: 18px;
  width: 1190px;
  height: 532px;
  border: 1px solid #dedede;
  float:left;
}
div.main div.section2 div.content div.c-left {
  float: left;
  height: 532px;
  width: 230px;
  background-color: #f2f2f2;
}
div.main div.section2 div.content div.c-left p.p1 {
  font-size: 30px;
  color: #fb6c6c;
  margin-top: 22px;
  margin-left: 22px;
}
div.main div.section2 div.content div.c-left p.p2 {
  font-size: 16px;
  margin-bottom: 12px;
  margin-left: 22px;
}
div.main div.section2 div.content div.c-left div.pic {
  width: 230px;
  height: 237px;
  overflow: hidden;
}
div.main div.section2 div.content div.c-left div.bk {
  text-align: center;
  margin: 8px 0;
}
div.main div.section2 div.content div.c-left div.bk a {
  background-color: #030405;
  display: inline-block;
  line-height: 32px;
  color: white;
  padding: 0 16px;
  text-decoration: none;
}
div.main div.section2 div.content div.c-left div.list {
  margin: 30px auto 0;
  width: 216px;
  height: 110px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}
div.main div.section2 div.content div.c-left div.list a {
  box-sizing: border-box;
  line-height: 30px;
  padding: 4px 4px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 12px;
}
div.main div.section2 div.content div.c-mid {
  float: left;
  height: 532px;
  width: 738px;
}
div.main div.section2 div.content div.c-mid div.c-mid-up {
  height: 350px;
  border-bottom: 1px solid #dedede;
  padding: 10px 16px;
  box-sizing: border-box;
  position: relative;
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.title {
  font-size: 18px;
  border-left: 10px solid #28b9dd;
  padding-left: 8px;
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.proPublic {
  display: inline-block;
  width: 340px;
  height: 126px;
  margin-right: 10px;
 
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 12px;
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.proPublic div.pic {
  float: left;
  width: 126px;
  height: 126px;
  overflow: hidden;
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.proPublic div.pic a img {
  box-sizing: border-box;
  border: 1px solid #dedede;
  width: 126px;
  height: 126px;
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.proPublic div.pName {
  font-size: 14px;
  float: left;
  width: 200px;
  line-height: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.proPublic div.pName a {
  text-decoration: none;
  color:#28b9dd;
  font-size: 16px;
  font-weight:100;
  
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.proPublic div.fw {
  float: left;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage {
  font-size: 12px;
  float: left;
  width: 200px;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 10px 0;
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.dujia {
  display: inline-block;
  line-height: 22px;
  width: 54px;
  color: white;
  background-color: #fb6c6c;
  text-align: center;
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.sup {
  padding:3px 5px;
  line-height: 22px;
  
  color: white;
  background-color: #fb6c6c;
  text-align: center;
  margin-left: 1px;
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.proPublic div.p-content {
  font-size: 12px;
  float: left;
  width: 200px;
  height: 32px;
  padding-left: 10px;
  padding-right: 18px;
  box-sizing: border-box;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
div.main div.section2 div.content div.c-mid div.c-mid-up div.proPublic div.p-content a {
  text-decoration: none;
}
div.main div.section2 div.content div.c-mid div.c-mid-down {
  padding: 8px 8px 0 8px;
}
div.main div.section2 div.content div.c-mid div.c-mid-down div.pro {
  display: inline-block;
  width: 126px;
  height: 166px;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 11px;
}
div.main div.section2 div.content div.c-mid div.c-mid-down div.pro div.pic {
  width: 126px;
  height: 126px;
  border: 1px solid #dedede;
  overflow: hidden;
}
div.main div.section2 div.content div.c-mid div.c-mid-down div.pro div.pic img {
  width: 100%;
}
div.main div.section2 div.content div.c-mid div.c-mid-down div.pro div.pro-name {
  margin-top: 9px;
  text-align: center;
  font-size: 14px;
}
div.main div.section2 div.content div.c-mid div.c-mid-down div.pro div.pro-name a {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:120px;
  height:30px;
}
div.main div.section2 div.content div.c-right {
  float: right;
  height: 532px;
  width: 220px;
  border-left: 1px solid #dedede;
  position: relative;
}
div.main div.section2 div.content div.c-right div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-title1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-title1.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content1 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content1.checked {
  display: block;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
  line-height:20px;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content1 a:hover span {
  background-color: #fb4040;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-title2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-title2.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content2 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content2.checked {
  display: block;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content2 a {
  text-decoration: none;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content2 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content2 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
}
div.main div.section2 div.content div.c-right div.c-right-title div.c-right-content2 a:hover span {
  background-color: #fb4040;
}
div.main div.section2 div.content div.c-right div.pic1 {
  margin: 300px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section2 div.content div.c-right div.pic1 a img {
  width: 200px;
  height: 80px;
}
div.main div.section2 div.content div.c-right div.pic2 {
  margin: 10px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section2 div.content div.c-right div.pic2 a img {
  width: 200px;
  height: 80px;
}
div.main div.section3 {
  width: 1190px;
  margin-bottom: 14px;
  box-sizing: border-box;
}
div.main div.section3 div.content {
  margin-bottom: 18px;
  width: 1190px;
  height: 532px;
  border: 1px solid #dedede;
  float:left;
}
div.main div.section3 div.content div.c-left {
  float: left;
  height: 532px;
  width: 230px;
  background-color: #f2f2f2;
}
div.main div.section3 div.content div.c-left p.p1 {
  font-size: 30px;
  color: #fb6c6c;
  margin-top: 22px;
  margin-left: 22px;
}
div.main div.section3 div.content div.c-left p.p2 {
  font-size: 16px;
  margin-bottom: 12px;
  margin-left: 22px;
}
div.main div.section3 div.content div.c-left div.pic {
  width: 230px;
  height: 237px;
  overflow: hidden;
}
div.main div.section3 div.content div.c-left div.bk {
  text-align: center;
  margin: 8px 0;
}
div.main div.section3 div.content div.c-left div.bk a {
  background-color: #030405;
  display: inline-block;
  line-height: 32px;
  color: white;
  padding: 0 16px;
  text-decoration: none;
}
div.main div.section3 div.content div.c-left div.list {
  margin: 30px auto 0;
  width: 216px;
  height: 110px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}
div.main div.section3 div.content div.c-left div.list a {
  box-sizing: border-box;
  line-height: 30px;
  padding: 4px 4px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 12px;
}
div.main div.section3 div.content div.c-mid {
  float: left;
  height: 532px;
  width: 738px;
}
div.main div.section3 div.content div.c-mid div.c-mid-up {
  height: 350px;
  border-bottom: 1px solid #dedede;
  padding: 10px 16px;
  box-sizing: border-box;
  position: relative;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.title {
  font-size: 18px;
  border-left: 10px solid #28b9dd;
  padding-left: 8px;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.proPublic {
  display: inline-block;
  width: 340px;
  height: 126px;
  margin-right: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 12px;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.proPublic div.pic {
  float: left;
  width: 126px;
  height: 126px;
  overflow: hidden;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.proPublic div.pic a img {
  box-sizing: border-box;
  border: 1px solid #dedede;
  width: 126px;
  height: 126px;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.proPublic div.pName {
  font-size: 14px;
  float: left;
  width: 200px;
  line-height: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.proPublic div.pName a {
 text-decoration: none;
  color:#28b9dd;
  font-size: 16px;
  font-weight:100;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.proPublic div.fw {
  float: left;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage {
  font-size: 12px;
  float: left;
  width: 200px;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 10px 0;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.dujia {
  display: inline-block;
  line-height: 22px;
  width: 54px;
  color: white;
  background-color: #fb6c6c;
  text-align: center;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.sup {
 padding: 3px 5px;
    line-height: 22px;
    color: white;
    background-color: #fb6c6c;
    text-align: center;
    margin-left: 1px;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.proPublic div.p-content {
  font-size: 12px;
  float: left;
  width: 200px;
  height: 32px;
  padding-left: 10px;
  padding-right: 18px;
  box-sizing: border-box;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
div.main div.section3 div.content div.c-mid div.c-mid-up div.proPublic div.p-content a {
  text-decoration: none;
}
div.main div.section3 div.content div.c-mid div.c-mid-down {
  padding: 8px 8px 0 8px;
}
div.main div.section3 div.content div.c-mid div.c-mid-down div.pro {
 display: inline-block;
  width: 126px;
  height: 166px;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 11px;
}
div.main div.section3 div.content div.c-mid div.c-mid-down div.pro div.pic {
  width: 126px;
  height: 126px;
  border: 1px solid #dedede;
  overflow: hidden;
}
div.main div.section3 div.content div.c-mid div.c-mid-down div.pro div.pic img {
  width: 100%;
}
div.main div.section3 div.content div.c-mid div.c-mid-down div.pro div.pro-name {
  margin-top: 9px;
  text-align: center;
  font-size: 14px;
}
div.main div.section3 div.content div.c-mid div.c-mid-down div.pro div.pro-name a {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:120px;
  height:30px;
}
div.main div.section3 div.content div.c-right {
  float: right;
  height: 532px;
  width: 220px;
  border-left: 1px solid #dedede;
  position: relative;
}
div.main div.section3 div.content div.c-right div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-title1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-title1.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content1 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content1.checked {
  display: block;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
  line-height:20px;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content1 a:hover span {
  background-color: #fb4040;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-title2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-title2.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content2 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content2.checked {
  display: block;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content2 a {
  text-decoration: none;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content2 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
  height:24px;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content2 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
  line-height:20px;
}
div.main div.section3 div.content div.c-right div.c-right-title div.c-right-content2 a:hover span {
  background-color: #fb4040;
}
div.main div.section3 div.content div.c-right div.pic1 {
  margin: 300px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section3 div.content div.c-right div.pic1 a img {
  width: 200px;
  height: 80px;
}
div.main div.section3 div.content div.c-right div.pic2 {
  margin: 10px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section3 div.content div.c-right div.pic2 a img {
  width: 200px;
  height: 80px;
}
div.main div.section4 {
  width: 1190px;
  margin-bottom: 14px;
  box-sizing: border-box;
}
div.main div.section4 div.content {
  margin-bottom: 18px;
  width: 1190px;
  height: 532px;
  border: 1px solid #dedede;
  float:left;
}
div.main div.section4 div.content div.c-left {
  float: left;
  height: 532px;
  width: 230px;
  background-color: #f2f2f2;
}
div.main div.section4 div.content div.c-left p.p1 {
  font-size: 30px;
  color: #fb6c6c;
  margin-top: 22px;
  margin-left: 22px;
}
div.main div.section4 div.content div.c-left p.p2 {
  font-size: 16px;
  margin-bottom: 12px;
  margin-left: 22px;
}
div.main div.section4 div.content div.c-left div.pic {
  width: 230px;
  height: 237px;
  overflow: hidden;
}
div.main div.section4 div.content div.c-left div.bk {
  text-align: center;
  margin: 8px 0;
}
div.main div.section4 div.content div.c-left div.bk a {
  background-color: #030405;
  display: inline-block;
  line-height: 32px;
  color: white;
  padding: 0 16px;
  text-decoration: none;
}
div.main div.section4 div.content div.c-left div.list {
  margin: 30px auto 0;
  width: 216px;
  height: 110px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}
div.main div.section4 div.content div.c-left div.list a {
  box-sizing: border-box;
  line-height: 30px;
  padding: 4px 4px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 12px;
}
div.main div.section4 div.content div.c-mid {
  float: left;
  height: 532px;
  width: 738px;
}
div.main div.section4 div.content div.c-mid div.c-mid-up {
  height: 350px;
  border-bottom: 1px solid #dedede;
  padding: 10px 16px;
  box-sizing: border-box;
  position: relative;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.title {
  font-size: 18px;
  border-left: 10px solid #28b9dd;
  padding-left: 8px;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.proPublic {
  display: inline-block;
  width: 340px;
  height: 126px;
  margin-right: 10px;
 
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 12px;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.proPublic div.pic {
  float: left;
  width: 126px;
  height: 126px;
  overflow: hidden;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.proPublic div.pic a img {
  box-sizing: border-box;
  border: 1px solid #dedede;
  width: 126px;
  height: 126px;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.proPublic div.pName {
  font-size: 14px;
  float: left;
  width: 200px;
  line-height: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.proPublic div.pName a {
  text-decoration: none;
  color:#28b9dd;
  font-size: 16px;
  font-weight:100;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.proPublic div.fw {
  float: left;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage {
  font-size: 12px;
  float: left;
  width: 200px;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 10px 0;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.dujia {
  display: inline-block;
  line-height: 22px;
  width: 54px;
  color: white;
  background-color: #fb6c6c;
  text-align: center;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.sup {
 padding: 3px 5px;
    line-height: 22px;
    color: white;
    background-color: #fb6c6c;
    text-align: center;
    margin-left: 1px;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.proPublic div.p-content {
  font-size: 12px;
  float: left;
  width: 200px;
  height: 32px;
  padding-left: 10px;
  padding-right: 18px;
  box-sizing: border-box;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
div.main div.section4 div.content div.c-mid div.c-mid-up div.proPublic div.p-content a {
  text-decoration: none;
}
div.main div.section4 div.content div.c-mid div.c-mid-down {
  padding: 8px 8px 0 8px;
}
div.main div.section4 div.content div.c-mid div.c-mid-down div.pro {
  display: inline-block;
  width: 126px;
  height: 166px;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 11px;
}
div.main div.section4 div.content div.c-mid div.c-mid-down div.pro div.pic {
  width: 126px;
  height: 126px;
  border: 1px solid #dedede;
  overflow: hidden;
}
div.main div.section4 div.content div.c-mid div.c-mid-down div.pro div.pic img {
  width: 100%;
}
div.main div.section4 div.content div.c-mid div.c-mid-down div.pro div.pro-name {
  margin-top: 9px;
  text-align: center;
  font-size: 14px;
}
div.main div.section4 div.content div.c-mid div.c-mid-down div.pro div.pro-name a {
text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:120px;
  height:30px;
}
div.main div.section4 div.content div.c-right {
  float: right;
  height: 532px;
  width: 220px;
  border-left: 1px solid #dedede;
  position: relative;
}
div.main div.section4 div.content div.c-right div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-title1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-title1.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content1 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content1.checked {
  display: block;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content1 a:hover span {
  background-color: #fb4040;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-title2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-title2.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content2 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content2.checked {
  display: block;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content2 a {
  text-decoration: none;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content2 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content2 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
}
div.main div.section4 div.content div.c-right div.c-right-title div.c-right-content2 a:hover span {
  background-color: #fb4040;
}
div.main div.section4 div.content div.c-right div.pic1 {
  margin: 300px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section4 div.content div.c-right div.pic1 a img {
  width: 200px;
  height: 80px;
}
div.main div.section4 div.content div.c-right div.pic2 {
  margin: 10px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section4 div.content div.c-right div.pic2 a img {
  width: 200px;
  height: 80px;
}
div.main div.section5 {
  width: 1190px;
  margin-bottom: 14px;
  box-sizing: border-box;
}
div.main div.section5 div.content {
  margin-bottom: 18px;
  width: 1190px;
  height: 532px;
  border: 1px solid #dedede;
  float:left;
}
div.main div.section5 div.content div.c-left {
  float: left;
  height: 532px;
  width: 230px;
  background-color: #f2f2f2;
}
div.main div.section5 div.content div.c-left p.p1 {
  font-size: 30px;
  color: #fb6c6c;
  margin-top: 22px;
  margin-left: 22px;
}
div.main div.section5 div.content div.c-left p.p2 {
  font-size: 16px;
  margin-bottom: 12px;
  margin-left: 22px;
}
div.main div.section5 div.content div.c-left div.pic {
  width: 230px;
  height: 237px;
  overflow: hidden;
}
div.main div.section5 div.content div.c-left div.bk {
  text-align: center;
  margin: 8px 0;
}
div.main div.section5 div.content div.c-left div.bk a {
  background-color: #030405;
  display: inline-block;
  line-height: 32px;
  color: white;
  padding: 0 16px;
  text-decoration: none;
}
div.main div.section5 div.content div.c-left div.list {
  margin: 30px auto 0;
  width: 216px;
  height: 110px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}
div.main div.section5 div.content div.c-left div.list a {
  box-sizing: border-box;
  line-height: 30px;
  padding: 4px 4px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 12px;
}
div.main div.section5 div.content div.c-mid {
  float: left;
  height: 532px;
  width: 738px;
}
div.main div.section5 div.content div.c-mid div.c-mid-up {
  height: 350px;
  border-bottom: 1px solid #dedede;
  padding: 10px 16px;
  box-sizing: border-box;
  position: relative;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.title {
  font-size: 18px;
  border-left: 10px solid #28b9dd;
  padding-left: 8px;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.proPublic {
  display: inline-block;
  width: 340px;
  height: 126px;
  margin-right: 10px;
 
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 12px;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.proPublic div.pic {
  float: left;
  width: 126px;
  height: 126px;
  overflow: hidden;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.proPublic div.pic a img {
  box-sizing: border-box;
  border: 1px solid #dedede;
  width: 126px;
  height: 126px;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.proPublic div.pName {
  font-size: 14px;
  float: left;
  width: 200px;
  line-height: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.proPublic div.pName a {
 text-decoration: none;
  color:#28b9dd;
  font-size: 16px;
  font-weight:100;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.proPublic div.fw {
  float: left;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage {
  font-size: 12px;
  float: left;
  width: 200px;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 10px 0;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.dujia {
  display: inline-block;
  line-height: 22px;
  width: 54px;
  color: white;
  background-color: #fb6c6c;
  text-align: center;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.sup {
 padding: 3px 5px;
    line-height: 22px;
    color: white;
    background-color: #fb6c6c;
    text-align: center;
    margin-left: 1px;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.proPublic div.p-content {
  font-size: 12px;
  float: left;
  width: 200px;
  height: 32px;
  padding-left: 10px;
  padding-right: 18px;
  box-sizing: border-box;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
div.main div.section5 div.content div.c-mid div.c-mid-up div.proPublic div.p-content a {
  text-decoration: none;
}
div.main div.section5 div.content div.c-mid div.c-mid-down {
  padding: 8px 8px 0 8px;
}
div.main div.section5 div.content div.c-mid div.c-mid-down div.pro {
 display: inline-block;
  width: 126px;
  height: 166px;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 11px;
}
div.main div.section5 div.content div.c-mid div.c-mid-down div.pro div.pic {
  width: 126px;
  height: 126px;
  border: 1px solid #dedede;
  overflow: hidden;
}
div.main div.section5 div.content div.c-mid div.c-mid-down div.pro div.pic img {
  width: 100%;
}
div.main div.section5 div.content div.c-mid div.c-mid-down div.pro div.pro-name {
  margin-top: 9px;
  text-align: center;
  font-size: 14px;
}
div.main div.section5 div.content div.c-mid div.c-mid-down div.pro div.pro-name a {
 text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:120px;
  height:30px;
}
div.main div.section5 div.content div.c-right {
  float: right;
  height: 532px;
  width: 220px;
  border-left: 1px solid #dedede;
  position: relative;
}
div.main div.section5 div.content div.c-right div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-title1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-title1.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content1 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content1.checked {
  display: block;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content1 a:hover span {
  background-color: #fb4040;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-title2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-title2.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content2 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content2.checked {
  display: block;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content2 a {
  text-decoration: none;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content2 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content2 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
}
div.main div.section5 div.content div.c-right div.c-right-title div.c-right-content2 a:hover span {
  background-color: #fb4040;
}
div.main div.section5 div.content div.c-right div.pic1 {
  margin: 300px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section5 div.content div.c-right div.pic1 a img {
  width: 200px;
  height: 80px;
}
div.main div.section5 div.content div.c-right div.pic2 {
  margin: 10px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section5 div.content div.c-right div.pic2 a img {
  width: 200px;
  height: 80px;
}
div.main div.section6 {
  width: 1190px;
  margin-bottom: 14px;
  box-sizing: border-box;
}
div.main div.section6 div.content {
  margin-bottom: 18px;
  width: 1190px;
  height: 532px;
  border: 1px solid #dedede;
  float:left;
}
div.main div.section6 div.content div.c-left {
  float: left;
  height: 532px;
  width: 230px;
  background-color: #f2f2f2;
}
div.main div.section6 div.content div.c-left p.p1 {
  font-size: 30px;
  color: #fb6c6c;
  margin-top: 22px;
  margin-left: 22px;
}
div.main div.section6 div.content div.c-left p.p2 {
  font-size: 16px;
  margin-bottom: 12px;
  margin-left: 22px;
}
div.main div.section6 div.content div.c-left div.pic {
  width: 230px;
  height: 237px;
  overflow: hidden;
}
div.main div.section6 div.content div.c-left div.bk {
  text-align: center;
  margin: 8px 0;
}
div.main div.section6 div.content div.c-left div.bk a {
  background-color: #030405;
  display: inline-block;
  line-height: 32px;
  color: white;
  padding: 0 16px;
  text-decoration: none;
}
div.main div.section6 div.content div.c-left div.list {
  margin: 30px auto 0;
  width: 216px;
  height: 110px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}
div.main div.section6 div.content div.c-left div.list a {
  box-sizing: border-box;
  line-height: 30px;
  padding: 4px 4px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 12px;
}
div.main div.section6 div.content div.c-mid {
  float: left;
  height: 532px;
  width: 738px;
}
div.main div.section6 div.content div.c-mid div.c-mid-up {
  height: 350px;
  border-bottom: 1px solid #dedede;
  padding: 10px 16px;
  box-sizing: border-box;
  position: relative;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.title {
  font-size: 18px;
  border-left: 10px solid #28b9dd;
  padding-left: 8px;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.proPublic {
  display: inline-block;
  width: 340px;
  height: 126px;
  margin-right: 10px;
 
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 12px;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.proPublic div.pic {
  float: left;
  width: 126px;
  height: 126px;
  overflow: hidden;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.proPublic div.pic a img {
  box-sizing: border-box;
  border: 1px solid #dedede;
  width: 126px;
  height: 126px;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.proPublic div.pName {
  font-size: 14px;
  float: left;
  width: 200px;
  line-height: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.proPublic div.pName a {
  text-decoration: none;
  color:#28b9dd;
  font-size: 16px;
  font-weight:100;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.proPublic div.fw {
  float: left;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage {
  font-size: 12px;
  float: left;
  width: 200px;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 10px 0;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.dujia {
  display: inline-block;
  line-height: 22px;
  width: 54px;
  color: white;
  background-color: #fb6c6c;
  text-align: center;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.sup {
  padding: 3px 5px;
    line-height: 22px;
    color: white;
    background-color: #fb6c6c;
    text-align: center;
    margin-left: 1px;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.proPublic div.p-content {
  font-size: 12px;
  float: left;
  width: 200px;
  height: 32px;
  padding-left: 10px;
  padding-right: 18px;
  box-sizing: border-box;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
div.main div.section6 div.content div.c-mid div.c-mid-up div.proPublic div.p-content a {
  text-decoration: none;
}
div.main div.section6 div.content div.c-mid div.c-mid-down {
  padding: 8px 8px 0 8px;
}
div.main div.section6 div.content div.c-mid div.c-mid-down div.pro {
  display: inline-block;
  width: 126px;
  height: 166px;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 11px;
}
div.main div.section6 div.content div.c-mid div.c-mid-down div.pro div.pic {
  width: 126px;
  height: 126px;
  border: 1px solid #dedede;
  overflow: hidden;
}
div.main div.section6 div.content div.c-mid div.c-mid-down div.pro div.pic img {
  width: 100%;
}
div.main div.section6 div.content div.c-mid div.c-mid-down div.pro div.pro-name {
  margin-top: 9px;
  text-align: center;
  font-size: 14px;
}
div.main div.section6 div.content div.c-mid div.c-mid-down div.pro div.pro-name a {
 text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:120px;
  height:30px;
}
div.main div.section6 div.content div.c-right {
  float: right;
  height: 532px;
  width: 220px;
  border-left: 1px solid #dedede;
  position: relative;
}
div.main div.section6 div.content div.c-right div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-title1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-title1.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content1 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content1.checked {
  display: block;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content1 a:hover span {
  background-color: #fb4040;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-title2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-title2.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content2 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content2.checked {
  display: block;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content2 a {
  text-decoration: none;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content2 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content2 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
}
div.main div.section6 div.content div.c-right div.c-right-title div.c-right-content2 a:hover span {
  background-color: #fb4040;
}
div.main div.section6 div.content div.c-right div.pic1 {
  margin: 300px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section6 div.content div.c-right div.pic1 a img {
  width: 200px;
  height: 80px;
}
div.main div.section6 div.content div.c-right div.pic2 {
  margin: 10px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section6 div.content div.c-right div.pic2 a img {
  width: 200px;
  height: 80px;
}
div.main div.section7 {
  width: 1190px;
  margin-bottom: 14px;
  box-sizing: border-box;
}
div.main div.section7 div.content {
  margin-bottom: 18px;
  width: 1190px;
  height: 532px;
  border: 1px solid #dedede;
  float:left;
}
div.main div.section7 div.content div.c-left {
  float: left;
  height: 532px;
  width: 230px;
  background-color: #f2f2f2;
}
div.main div.section7 div.content div.c-left p.p1 {
  font-size: 30px;
  color: #fb6c6c;
  margin-top: 22px;
  margin-left: 22px;
}
div.main div.section7 div.content div.c-left p.p2 {
  font-size: 16px;
  margin-bottom: 12px;
  margin-left: 22px;
}
div.main div.section7 div.content div.c-left div.pic {
  width: 230px;
  height: 237px;
  overflow: hidden;
}
div.main div.section7 div.content div.c-left div.bk {
  text-align: center;
  margin: 8px 0;
}
div.main div.section7 div.content div.c-left div.bk a {
  background-color: #030405;
  display: inline-block;
  line-height: 32px;
  color: white;
  padding: 0 16px;
  text-decoration: none;
}
div.main div.section7 div.content div.c-left div.list {
  margin: 30px auto 0;
  width: 216px;
  height: 110px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}
div.main div.section7 div.content div.c-left div.list a {
  box-sizing: border-box;
  line-height: 30px;
  padding: 4px 4px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 12px;
}
div.main div.section7 div.content div.c-mid {
  float: left;
  height: 532px;
  width: 738px;
}
div.main div.section7 div.content div.c-mid div.c-mid-up {
  height: 350px;
  border-bottom: 1px solid #dedede;
  padding: 10px 16px;
  box-sizing: border-box;
  position: relative;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.title {
  font-size: 18px;
  border-left: 10px solid #28b9dd;
  padding-left: 8px;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.proPublic {
   display: inline-block;
  width: 340px;
  height: 126px;
  margin-right: 10px;
 
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 12px;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.proPublic div.pic {
  float: left;
  width: 126px;
  height: 126px;
  overflow: hidden;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.proPublic div.pic a img {
  box-sizing: border-box;
  border: 1px solid #dedede;
  width: 126px;
  height: 126px;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.proPublic div.pName {
  font-size: 14px;
  float: left;
  width: 200px;
  line-height: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.proPublic div.pName a {
  text-decoration: none;
  color:#28b9dd;
  font-size: 16px;
  font-weight:100;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.proPublic div.fw {
  float: left;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage {
  font-size: 12px;
  float: left;
  width: 200px;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 10px 0;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.dujia {
  display: inline-block;
  line-height: 22px;
  width: 54px;
  color: white;
  background-color: #fb6c6c;
  text-align: center;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.sup {
  padding: 3px 5px;
    line-height: 22px;
    color: white;
    background-color: #fb6c6c;
    text-align: center;
    margin-left: 1px;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.proPublic div.p-content {
  font-size: 12px;
  float: left;
  width: 200px;
  height: 32px;
  padding-left: 10px;
  padding-right: 18px;
  box-sizing: border-box;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
div.main div.section7 div.content div.c-mid div.c-mid-up div.proPublic div.p-content a {
  text-decoration: none;
}
div.main div.section7 div.content div.c-mid div.c-mid-down {
  padding: 8px 8px 0 8px;
}
div.main div.section7 div.content div.c-mid div.c-mid-down div.pro {
  display: inline-block;
  width: 126px;
  height: 166px;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 11px;
}
div.main div.section7 div.content div.c-mid div.c-mid-down div.pro div.pic {
  width: 126px;
  height: 126px;
  border: 1px solid #dedede;
  overflow: hidden;
}
div.main div.section7 div.content div.c-mid div.c-mid-down div.pro div.pic img {
  width: 100%;
}
div.main div.section7 div.content div.c-mid div.c-mid-down div.pro div.pro-name {
  margin-top: 9px;
  text-align: center;
  font-size: 14px;
}
div.main div.section7 div.content div.c-mid div.c-mid-down div.pro div.pro-name a {
text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:120px;
  height:30px;
}
div.main div.section7 div.content div.c-right {
  float: right;
  height: 532px;
  width: 220px;
  border-left: 1px solid #dedede;
  position: relative;
}
div.main div.section7 div.content div.c-right div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-title1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-title1.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content1 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content1.checked {
  display: block;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content1 a:hover span {
  background-color: #fb4040;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-title2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-title2.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content2 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content2.checked {
  display: block;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content2 a {
  text-decoration: none;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content2 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content2 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
}
div.main div.section7 div.content div.c-right div.c-right-title div.c-right-content2 a:hover span {
  background-color: #fb4040;
}
div.main div.section7 div.content div.c-right div.pic1 {
  margin: 300px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section7 div.content div.c-right div.pic1 a img {
  width: 200px;
  height: 80px;
}
div.main div.section7 div.content div.c-right div.pic2 {
  margin: 10px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section7 div.content div.c-right div.pic2 a img {
  width: 200px;
  height: 80px;
}
div.main div.section8 {
  width: 1190px;
  margin-bottom: 14px;
  box-sizing: border-box;
}
div.main div.section8 div.content {
  margin-bottom: 18px;
  width: 1190px;
  height: 532px;
  border: 1px solid #dedede;
  float:left;
}
div.main div.section8 div.content div.c-left {
  float: left;
  height: 532px;
  width: 230px;
  background-color: #f2f2f2;
}
div.main div.section8 div.content div.c-left p.p1 {
  font-size: 30px;
  color: #fb6c6c;
  margin-top: 22px;
  margin-left: 22px;
}
div.main div.section8 div.content div.c-left p.p2 {
  font-size: 16px;
  margin-bottom: 12px;
  margin-left: 22px;
}
div.main div.section8 div.content div.c-left div.pic {
  width: 230px;
  height: 237px;
  overflow: hidden;
}
div.main div.section8 div.content div.c-left div.bk {
  text-align: center;
  margin: 8px 0;
}
div.main div.section8 div.content div.c-left div.bk a {
  background-color: #030405;
  display: inline-block;
  line-height: 32px;
  color: white;
  padding: 0 16px;
  text-decoration: none;
}
div.main div.section8 div.content div.c-left div.list {
  margin: 30px auto 0;
  width: 216px;
  height: 110px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}
div.main div.section8 div.content div.c-left div.list a {
  box-sizing: border-box;
  line-height: 30px;
  padding: 4px 4px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 12px;
}
div.main div.section8 div.content div.c-mid {
  float: left;
  height: 532px;
  width: 738px;
}
div.main div.section8 div.content div.c-mid div.c-mid-up {
  height: 350px;
  border-bottom: 1px solid #dedede;
  padding: 10px 16px;
  box-sizing: border-box;
  position: relative;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.title {
  font-size: 18px;
  border-left: 10px solid #28b9dd;
  padding-left: 8px;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.proPublic {
   display: inline-block;
  width: 340px;
  height: 126px;
  margin-right: 10px;
 
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 12px;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.proPublic div.pic {
  float: left;
  width: 126px;
  height: 126px;
  overflow: hidden;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.proPublic div.pic a img {
  box-sizing: border-box;
  border: 1px solid #dedede;
  width: 126px;
  height: 126px;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.proPublic div.pName {
  font-size: 14px;
  float: left;
  width: 200px;
  line-height: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.proPublic div.pName a {
  text-decoration: none;
  color:#28b9dd;
  font-size: 16px;
  font-weight:100;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.proPublic div.fw {
  float: left;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage {
  font-size: 12px;
  float: left;
  width: 200px;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 10px 0;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.dujia {
  display: inline-block;
  line-height: 22px;
  width: 54px;
  color: white;
  background-color: #fb6c6c;
  text-align: center;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.proPublic div.pAdvantage span.sup {
  padding: 3px 5px;
    line-height: 22px;
    color: white;
    background-color: #fb6c6c;
    text-align: center;
    margin-left: 1px;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.proPublic div.p-content {
  font-size: 12px;
  float: left;
  width: 200px;
  height: 32px;
  padding-left: 10px;
  padding-right: 18px;
  box-sizing: border-box;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
div.main div.section8 div.content div.c-mid div.c-mid-up div.proPublic div.p-content a {
  text-decoration: none;
}
div.main div.section8 div.content div.c-mid div.c-mid-down {
  padding: 8px 8px 0 8px;
}
div.main div.section8 div.content div.c-mid div.c-mid-down div.pro {
  display: inline-block;
  width: 126px;
  height: 166px;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 11px;
}
div.main div.section8 div.content div.c-mid div.c-mid-down div.pro div.pic {
  width: 126px;
  height: 126px;
  border: 1px solid #dedede;
  overflow: hidden;
}
div.main div.section8 div.content div.c-mid div.c-mid-down div.pro div.pic img {
  width: 100%;
}
div.main div.section8 div.content div.c-mid div.c-mid-down div.pro div.pro-name {
  margin-top: 9px;
  text-align: center;
  font-size: 14px;
}
div.main div.section8 div.content div.c-mid div.c-mid-down div.pro div.pro-name a {
text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:120px;
  height:30px;
}
div.main div.section8 div.content div.c-right {
  float: right;
  height: 532px;
  width: 220px;
  border-left: 1px solid #dedede;
  position: relative;
}
div.main div.section8 div.content div.c-right div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-title1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-title1.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content1 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content1.checked {
  display: block;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content1 a:hover span {
  background-color: #fb4040;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-title2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-title2.checked {
  color: #28b9dd;
  border-bottom: 3px solid #28b9dd;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content2 {
  font-size: 12px;
  display: none;
  top: 45px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content2.checked {
  display: block;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content2 a {
  text-decoration: none;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content2 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content2 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
}
div.main div.section8 div.content div.c-right div.c-right-title div.c-right-content2 a:hover span {
  background-color: #fb4040;
}
div.main div.section8 div.content div.c-right div.pic1 {
  margin: 300px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section8 div.content div.c-right div.pic1 a img {
  width: 200px;
  height: 80px;
}
div.main div.section8 div.content div.c-right div.pic2 {
  margin: 10px auto 10px;
  width: 200px;
  height: 80px;
}
div.main div.section8 div.content div.c-right div.pic2 a img {
  width: 200px;
  height: 80px;
}

div.main div.section-footer {
  width: 1190px;
  height: 410px;
  box-sizing: border-box;
  margin-bottom: 60px ;
}
div.main div.section-footer div.title {
  line-height: 28px;
  border-bottom: 1px solid #333333;
  color: #333333;
}
div.main div.section-footer div.left {
  float: left;
  width: 360px;
}
div.main div.section-footer div.left div#b03 {
  float: left;
  width: 360px;
  height: 218px;
  margin: 10px 10px 10px 0px;
  overflow: hidden;
  box-sizing: border-box;
}
div.main div.section-footer div.left div.down1 {
  float: left;
  width: 360px;
  height: 120px;
  margin: 10px 10px 10px 0px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
div.main div.section-footer div.left div.down1 div.title {
  line-height: 20px;
  border-bottom: none;
  font-size: 18px;
  color: #333333;
}
div.main div.section-footer div.left div.down1 div.pic {
  width:360px;
  height:120px;
  margin-top:20px;
  list-style:none;
  line-height:28px;
  overflow:hidden;

}
div.main div.section-footer div.left div.down1 div.pic a {
  float: left;
  text-decoration:none;
  
}
div.main div.section-footer div.left div.down1 div.pic a img {
  margin-right: 15px;
  width: 110px;
  height: 80px;
}

div.main div.section-footer div.left div.down1 div.pic a:nth-of-type(3) img {
  margin-right: 0;
}
div.main div.section-footer div.mid {
  margin-left: 45px;
  float: left;
  height: 410px;
  width: 220px;
  position: relative;
}
div.main div.section-footer div.mid div.c-right div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  line-height: 45px;
  font-size: 12px;
}
div.main div.section-footer div.mid div.c-right div.c-right-title div.c-right-title1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
  margin-left: 10px;
  font-size: 16px;
}
div.main div.section-footer div.mid div.c-right div.c-right-title div.c-right-content1 {
  display: block;
  top: 37px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section-footer div.mid div.c-right div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section-footer div.mid div.c-right div.c-right-title div.c-right-content1 a:hover li {
  color: #fb4040;
}
div.main div.section-footer div.mid div.c-right div.c-right-title div.c-right-content1 a:hover span {
  background-color: #fb4040;
}
div.main div.section-footer div.mid div.c-right div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
}
div.main div.section-footer div.mid div.c-right div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
  line-height:20px;
}
div.main div.section-footer div.right {
  margin-left: 20px;
  float: right;
  height: 410px;
  width: 450px;
  position: relative;
}
div.main div.section-footer div.right div.c-right1 {
  float: left;
  position: relative;
}
div.main div.section-footer div.right div.c-right1 div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  line-height: 45px;
  font-size: 12px;
}
div.main div.section-footer div.right div.c-right1 div.c-right-title div.c-right-title1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
  margin-left: 10px;
  font-size: 16px;
}
    div.main div.section-footer div.right div.c-right1 div.c-right-title div.c-right-title h5 a {
        text-decoration:none;
    }

div.main div.section-footer div.right div.c-right1 div.c-right-title div.c-right-content1 {
  border-bottom: 1px solid #ebebeb;
  display: block;
  top: 33px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px 12px;
}
div.main div.section-footer div.right div.c-right1 div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section-footer div.right div.c-right1 div.c-right-title div.c-right-content1 a:hover li {
  color: #fb4040;
}
div.main div.section-footer div.right div.c-right1 div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
}
div.main div.section-footer div.right div.c-right1 div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  line-height: 24px;
  text-align: center;
  color: #fb4040;
  vertical-align: middle;
  margin-right: 15px;
}
div.main div.section-footer div.right div.c-right2 {
  float: left;
  position: relative;
  margin-left: 150px;
}
div.main div.section-footer div.right div.c-right2 div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  line-height: 45px;
  font-size: 12px;
}
div.main div.section-footer div.right div.c-right2 div.c-right-title div.c-right-title1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
  margin-left: 10px;
  font-size: 16px;
}
div.main div.section-footer div.right div.c-right2 div.c-right-title div.c-right-content1 {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  display: block;
  top: 33px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section-footer div.right div.c-right2 div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section-footer div.right div.c-right2 div.c-right-title div.c-right-content1 a:hover li {
  color: #fb4040;
}
div.main div.section-footer div.right div.c-right2 div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
}
div.main div.section-footer div.right div.c-right2 div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  line-height: 24px;
  text-align: center;
  color: #fb4040;
  vertical-align: middle;
  margin-right: 15px;
}
div.main div.section-footer div.right div.c-right3 {
  float: left;
  position: relative;
  margin-top: 200px;
  margin-left: -292px;
}
div.main div.section-footer div.right div.c-right3 div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  line-height: 30px;
  font-size: 12px;
}
div.main div.section-footer div.right div.c-right3 div.c-right-title div.c-right-title1 {
  margin-top: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
  margin-left: 10px;
  font-size: 16px;
}
div.main div.section-footer div.right div.c-right3 div.c-right-title div.c-right-content1 {
  display: block;
  top: 20px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
}
div.main div.section-footer div.right div.c-right3 div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section-footer div.right div.c-right3 div.c-right-title div.c-right-content1 a:hover li {
  color: #fb4040;
}
div.main div.section-footer div.right div.c-right3 div.c-right-title div.c-right-content1 a:hover span {
  background-color: #fb4040;
}
div.main div.section-footer div.right div.c-right3 div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 18px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 13px;
  margin-bottom: 13px;
}
div.main div.section-footer div.right div.c-right3 div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
  line-height:20px;
}
div.main div.section-footer div.right div.c-right4 {
  float: left;
  position: relative;
  margin-top: 200px;
  margin-left: -75px;
}
div.main div.section-footer div.right div.c-right4 div.c-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  line-height: 30px;
  font-size: 12px;
}
div.main div.section-footer div.right div.c-right4 div.c-right-title div.c-right-title1 {
  margin-top: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: default;
  margin-left: 10px;
  font-size: 16px;
}
div.main div.section-footer div.right div.c-right4 div.c-right-title div.c-right-content1 {
  display: block;
  top: 20px;
  position: absolute;
  width: 200px;
  left: 0;
  padding: 10px;
  border-left: 1px solid #ebebeb;
}
div.main div.section-footer div.right div.c-right4 div.c-right-title div.c-right-content1 a {
  text-decoration: none;
}
div.main div.section-footer div.right div.c-right4 div.c-right-title div.c-right-content1 a:hover li {
  color: #fb4040;
}
div.main div.section-footer div.right div.c-right4 div.c-right-title div.c-right-content1 a:hover span {
  background-color: #fb4040;
}
div.main div.section-footer div.right div.c-right4 div.c-right-title div.c-right-content1 a li {
  text-align: left;
  line-height: 18px;
  white-space: nowrap;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 13px;
  margin-bottom: 13px;
}
div.main div.section-footer div.right div.c-right4 div.c-right-title div.c-right-content1 a li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  vertical-align: middle;
  color: white;
  margin-right: 15px;
  line-height:20px;
}
.bg_1{ background:#c8ebf4;width:240px;height:40px;float:left;}
.tb_1{width:120px;height:40px;float:left;line-height:40px;}
.tb_1 a{text-decoration:none;float:left;}
.tb_1 i{width:20px;height:20px;float:left; background:url(../imgs/shang.png) center no-repeat;margin-top:10px;margin-left:13px;margin-right:10px;}
.tb_2 i{ background:url(../imgs/dai.png) center no-repeat;}
.r1 ul li{float:left; list-style:none;height:30px;line-height:30px;width:200px;font-size:12px; margin-left:10px; overflow:hidden; white-space:nowrap;}
.r1 ul li a{float:left; text-decoration:none;overflow:hidden; white-space:nowrap;width:197px;height:30px; text-align:left;}
.r1 ul li i{width:20px;height:19px;float:left; margin-top:6px;margin-left:13px;margin-right:10px;}
.mei{ background:url(../imgs/mei.png) center no-repeat}
.han{ background:url(../imgs/han.png) center no-repeat}
.huo{ background:url(../imgs/huo.png) center no-repeat}
div.sidebar {
  position: fixed;
  top: 465px;
  right: 240px;
  width: 80px;
  height: 416px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: white;
}
div.sidebar div.s1 {
  height: 82px;
  border-bottom: 1px solid #dedede;
}
div.sidebar div.s2 {
  height: 82px;
  border-bottom: 1px solid #dedede;
}
div.sidebar div.s3 {
  height: 82px;
  border-bottom: 1px solid #dedede;
}
div.sidebar div.s4 {
  height: 82px;
  border-bottom: 1px solid #dedede;
}
div.sidebar div.s5 {
  height: 82px;
}
.sup{max-width:130px;
	 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.banner {margin-top:5px;}